ServiceGetAuthorizationCodeRequestUri Method (String, String, String) |
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic string GetAuthorizationCodeRequestUri(
string redirectUri,
string responseMode,
string state
)
Public Function GetAuthorizationCodeRequestUri (
redirectUri As String,
responseMode As String,
state As String
) As String
Parameters
- redirectUri
- Type: SystemString
- responseMode
- Type: SystemString
- state
- Type: SystemString
Return Value
Type:
String
See Also